home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / prog / asmsrc / thesource-7.lha / Source / editorgadget.lha / EditorGadget / Readme < prev    next >
Encoding:
Text File  |  1994-05-17  |  1.6 KB  |  38 lines

  1. **********************
  2. Readme for EditorClass
  3. **********************
  4.  
  5. May 17, 1994
  6.  
  7. I should tell you where some things are.  First, the docs for the
  8. gadget are in the Docs drawer.  There is both an autodoc file and
  9. an amigaguide file (converted with a cool adtoht tool).  The source
  10. to the TestEditor program is in the Source drawer, along with all
  11. the files necessary to compile it with SAS/C 6.50 or greater.  The
  12. Gadgets drawer contains the actual "editor.gadget" file.  And, the
  13. Include drawer can be copied to include: to put all the necessary
  14. header files in their places (gadgets/editor.h, proto/editor.h,
  15. and pragmas/editor_pragmas.h).
  16.  
  17. The EditorAuto.c file mentioned in the autodocs is found in the
  18. Source drawer.  And the license contains fairly relevant information
  19. on how I want this archive and the gadget distributed.
  20.  
  21. And last, I need to explain that this gadget was mentioned a long
  22. time ago on Usenet, but the wait to releae it was mainly in waiting
  23. for CATS getting back to me with a public class name.  Well they
  24. never did, so after some discussion on Usenet someone (what's your
  25. name?) made the GetClass() suggestion for obtaining a pointer to
  26. the class.  Although it's not as simple as just using a public name,
  27. it does have the advantage of being a bit faster in the case that
  28. you might create instances fairly often.  And at the same time, I
  29. wrote the autoinit/term functions to make the library open/closing
  30. hidden which makes everything about the same anyway.
  31.  
  32. Oh, and some of the waiting was due to school.
  33.  
  34. Please remember to send me any comments or bug reports.
  35.  
  36. Mark Thomas
  37. mthomas@cs.utexas.edu
  38.